Class: Quickfix::PaymentStreamNearestExchangeContractRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamNearestExchangeContractRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamNearestExchangeContractRefID
constructor
A new instance of PaymentStreamNearestExchangeContractRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamNearestExchangeContractRefID
Returns a new instance of PaymentStreamNearestExchangeContractRefID.
69517 69518 69519 69520 69521 69522 69523 |
# File 'lib/quickfix_fields.rb', line 69517 def initialize(data = nil) if( data == nil ) super(42681) else super(42681, data) end end |
Class Method Details
.field ⇒ Object
69514 69515 69516 |
# File 'lib/quickfix_fields.rb', line 69514 def PaymentStreamNearestExchangeContractRefID.field return 42681 end |