Class: Quickfix::LegSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlCurrency
constructor
A new instance of LegSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlCurrency
Returns a new instance of LegSettlCurrency.
9301 9302 9303 9304 9305 9306 9307 |
# File 'lib/quickfix_fields.rb', line 9301 def initialize(data = nil) if( data == nil ) super(675) else super(675, data) end end |
Class Method Details
.field ⇒ Object
9298 9299 9300 |
# File 'lib/quickfix_fields.rb', line 9298 def LegSettlCurrency.field return 675 end |