Class: Quickfix::FirmTradeEventID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FirmTradeEventID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FirmTradeEventID
constructor
A new instance of FirmTradeEventID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FirmTradeEventID
Returns a new instance of FirmTradeEventID.
57908 57909 57910 57911 57912 57913 57914 |
# File 'lib/quickfix_fields.rb', line 57908 def initialize(data = nil) if( data == nil ) super(2418) else super(2418, data) end end |
Class Method Details
.field ⇒ Object
57905 57906 57907 |
# File 'lib/quickfix_fields.rb', line 57905 def FirmTradeEventID.field return 2418 end |