Class: Quickfix::LegTradeReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegTradeReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTradeReportID
constructor
A new instance of LegTradeReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegTradeReportID
Returns a new instance of LegTradeReportID.
24797 24798 24799 24800 24801 24802 24803 |
# File 'lib/quickfix_fields.rb', line 24797 def initialize(data = nil) if( data == nil ) super(1895) else super(1895, data) end end |
Class Method Details
.field ⇒ Object
24794 24795 24796 |
# File 'lib/quickfix_fields.rb', line 24794 def LegTradeReportID.field return 1895 end |