Class: Quickfix::SettlementCycleNo

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlementCycleNo

Returns a new instance of SettlementCycleNo.



6051
6052
6053
6054
6055
6056
6057
# File 'lib/quickfix_fields.rb', line 6051

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

Class Method Details

.fieldObject



6048
6049
6050
# File 'lib/quickfix_fields.rb', line 6048

def SettlementCycleNo.field
  return 1153
end