Class: Quickfix::CashSettlPriceDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlPriceDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlPriceDefault
constructor
A new instance of CashSettlPriceDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlPriceDefault
Returns a new instance of CashSettlPriceDefault.
63342 63343 63344 63345 63346 63347 63348 |
# File 'lib/quickfix_fields.rb', line 63342 def initialize(data = nil) if( data == nil ) super(42217) else super(42217, data) end end |
Class Method Details
.field ⇒ Object
63339 63340 63341 |
# File 'lib/quickfix_fields.rb', line 63339 def CashSettlPriceDefault.field return 42217 end |