Class: Quickfix::LegPaymentStreamLinkStrikePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamLinkStrikePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePriceType
constructor
A new instance of LegPaymentStreamLinkStrikePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePriceType
Returns a new instance of LegPaymentStreamLinkStrikePriceType.
66852 66853 66854 66855 66856 66857 66858 |
# File 'lib/quickfix_fields.rb', line 66852 def initialize(data = nil) if( data == nil ) super(42473) else super(42473, data) end end |
Class Method Details
.field ⇒ Object
66849 66850 66851 |
# File 'lib/quickfix_fields.rb', line 66849 def LegPaymentStreamLinkStrikePriceType.field return 42473 end |