Class: Quickfix::CashSettlPriceDefault

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



63339
63340
63341
# File 'lib/quickfix_fields.rb', line 63339

def CashSettlPriceDefault.field
  return 42217
end