Class: Quickfix::RelatedTradeMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedTradeMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedTradeMarketID
constructor
A new instance of RelatedTradeMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedTradeMarketID
Returns a new instance of RelatedTradeMarketID.
24355 24356 24357 24358 24359 24360 24361 |
# File 'lib/quickfix_fields.rb', line 24355 def initialize(data = nil) if( data == nil ) super(1859) else super(1859, data) end end |
Class Method Details
.field ⇒ Object
24352 24353 24354 |
# File 'lib/quickfix_fields.rb', line 24352 def RelatedTradeMarketID.field return 1859 end |