Class: Quickfix::CashMargin

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CashMargin

Returns a new instance of CashMargin.



7455
7456
7457
7458
7459
7460
7461
# File 'lib/quickfix_fields.rb', line 7455

def initialize(data = nil)
  if( data == nil )
    super(544)
  else
    super(544, data)
  end
end

Class Method Details

.fieldObject



7452
7453
7454
# File 'lib/quickfix_fields.rb', line 7452

def CashMargin.field
  return 544
end