Class: Quickfix::PaymentStreamLinkStrikePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamLinkStrikePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePriceType
constructor
A new instance of PaymentStreamLinkStrikePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePriceType
Returns a new instance of PaymentStreamLinkStrikePriceType.
69426 69427 69428 69429 69430 69431 69432 |
# File 'lib/quickfix_fields.rb', line 69426 def initialize(data = nil) if( data == nil ) super(42674) else super(42674, data) end end |
Class Method Details
.field ⇒ Object
69423 69424 69425 |
# File 'lib/quickfix_fields.rb', line 69423 def PaymentStreamLinkStrikePriceType.field return 42674 end |