Class: Quickfix::UnderlyingPaymentStreamLinkStrikePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamLinkStrikePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkStrikePriceType
constructor
A new instance of UnderlyingPaymentStreamLinkStrikePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkStrikePriceType
Returns a new instance of UnderlyingPaymentStreamLinkStrikePriceType.
73534 73535 73536 73537 73538 73539 73540 |
# File 'lib/quickfix_fields.rb', line 73534 def initialize(data = nil) if( data == nil ) super(42969) else super(42969, data) end end |
Class Method Details
.field ⇒ Object
73531 73532 73533 |
# File 'lib/quickfix_fields.rb', line 73531 def .field return 42969 end |