Class: Quickfix::LegCashSettlTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlTermXID
constructor
A new instance of LegCashSettlTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlTermXID
Returns a new instance of LegCashSettlTermXID.
46936 46937 46938 46939 46940 46941 46942 |
# File 'lib/quickfix_fields.rb', line 46936 def initialize(data = nil) if( data == nil ) super(41362) else super(41362, data) end end |
Class Method Details
.field ⇒ Object
46933 46934 46935 |
# File 'lib/quickfix_fields.rb', line 46933 def LegCashSettlTermXID.field return 41362 end |