Class: Quickfix::UnderlyingPaymentStreamNearestExchangeContractRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamNearestExchangeContractRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNearestExchangeContractRefID
constructor
A new instance of UnderlyingPaymentStreamNearestExchangeContractRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNearestExchangeContractRefID
Returns a new instance of UnderlyingPaymentStreamNearestExchangeContractRefID.
73625 73626 73627 73628 73629 73630 73631 |
# File 'lib/quickfix_fields.rb', line 73625 def initialize(data = nil) if( data == nil ) super(42976) else super(42976, data) end end |
Class Method Details
.field ⇒ Object
73622 73623 73624 |
# File 'lib/quickfix_fields.rb', line 73622 def .field return 42976 end |