Class: Quickfix::LegPhysicalSettlTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPhysicalSettlTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPhysicalSettlTermXID
constructor
A new instance of LegPhysicalSettlTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPhysicalSettlTermXID
Returns a new instance of LegPhysicalSettlTermXID.
50563 50564 50565 50566 50567 50568 50569 |
# File 'lib/quickfix_fields.rb', line 50563 def initialize(data = nil) if( data == nil ) super(41600) else super(41600, data) end end |
Class Method Details
.field ⇒ Object
50560 50561 50562 |
# File 'lib/quickfix_fields.rb', line 50560 def LegPhysicalSettlTermXID.field return 41600 end |