StrikePriceInfo
struct StrikePriceInfo
Strike price info
Fields
Security code of call option
Security code of call option
Security code of call option
Security code of put option
Security code of put option
Security code of put option
Static Methods
new
pub fn new(inner: StrikePriceInfo): StrikePriceInfo
[src]
fn new(inner: _StrikePriceInfo): StrikePriceInfo {
return StrikePriceInfo {
price: inner.price,
call_symbol: inner.call_symbol,
put_symbol: inner.put_symbol,
standard: inner.standard,
};
}
new
pub fn new(inner: StrikePriceInfo): StrikePriceInfo
[src]
fn new(inner: _StrikePriceInfo): StrikePriceInfo {
return StrikePriceInfo {
price: inner.price,
call_symbol: inner.call_symbol,
put_symbol: inner.put_symbol,
standard: inner.standard,
};
}