Class: Quickfix::NoMaturityRules

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMaturityRules

Returns a new instance of NoMaturityRules.



16438
16439
16440
16441
16442
16443
16444
# File 'lib/quickfix_fields.rb', line 16438

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