Class: Quickfix::UnderlyingPhysicalSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPhysicalSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlCurrency
constructor
A new instance of UnderlyingPhysicalSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlCurrency
Returns a new instance of UnderlyingPhysicalSettlCurrency.
58623 58624 58625 58626 58627 58628 58629 |
# File 'lib/quickfix_fields.rb', line 58623 def initialize(data = nil) if( data == nil ) super(42061) else super(42061, data) end end |
Class Method Details
.field ⇒ Object
58620 58621 58622 |
# File 'lib/quickfix_fields.rb', line 58620 def UnderlyingPhysicalSettlCurrency.field return 42061 end |