Class: Quickfix::RelatedTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedTradeID
constructor
A new instance of RelatedTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedTradeID
Returns a new instance of RelatedTradeID.
24316 24317 24318 24319 24320 24321 24322 |
# File 'lib/quickfix_fields.rb', line 24316 def initialize(data = nil) if( data == nil ) super(1856) else super(1856, data) end end |
Class Method Details
.field ⇒ Object
24313 24314 24315 |
# File 'lib/quickfix_fields.rb', line 24313 def .field return 1856 end |