Class: Quickfix::AllocAccruedInterestAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocAccruedInterestAmt



15541
15542
15543
15544
15545
15546
15547
# File 'lib/quickfix_fields.rb', line 15541

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

Class Method Details

.fieldObject



15538
15539
15540
# File 'lib/quickfix_fields.rb', line 15538

def AllocAccruedInterestAmt.field
  return 742
end